Welcome![Sign In][Sign Up]
Location:
Search - Matrix inverse

Search list

[Mathimatics-Numerical algorithmspower_method

Description: 幂法与反幂法求解矩阵特征值的C语言算法实现:本代码以Hilbert矩阵为计算对象,单纯运用C语言进行矩阵的操作以实现幂法与反幂法求解矩阵特征值的算法,应用Matlab软件对计算结果进行检验,计算结果准确无误。-Power law and inverse power method to solve matrix eigenvalue of the C language algorithm: Hilbert matrix of the code for the purpose of calculating the target, simple to use C language to realize the operation of matrix power method and inverse power method to solve matrix eigenvalue algorithm, application Matlab software for calculating the results of testing the accuracy of calculation results.
Platform: | Size: 10240 | Author: Michael_M | Hits:

[AlgorithmMatrix

Description: 本程序能完成矩阵的输入、输出。具有相同行数和列数的矩阵间的加法、减法。符合矩阵乘法规则要求的矩阵间的乘法。方阵间的除法,方阵的求逆。矩阵的求转置矩阵等功能-This procedure to complete the matrix input and output. Have the same number of rows and rows of the matrix between the adder, subtraction. Comply with the requirements of the rules of matrix multiplication between matrix multiplication. Between square division, the inverse square. Matrix transpose matrix functions
Platform: | Size: 73728 | Author: kexing | Hits:

[Data structsjzcj

Description: 这是用c语言编写的,实现矩阵的求逆,逆矩阵和一个矩阵的乘积。有友好的界面,界面是由键盘控制的。-This is prepared by using c language to realize the inverse matrix, inverse matrix and the product of a matrix. Friendly interface, the interface is controlled by the keyboard.
Platform: | Size: 4096 | Author: 郑彦琳 | Hits:

[Algorithmmatrix

Description: 求解矩阵逆的小程序,嵌入到了web页面中,可以在多种场合和环境中使用,可以作为工程人员的计算工具-Solving inverse matrix of small procedures, embedded in a web page, you can on many occasions and the environment can be used as engineering calculation tools
Platform: | Size: 2048 | Author: 韩璐 | Hits:

[assembly languageMatrixInverse

Description: 矩阵运算程序,方阵求逆 写一个程序实现N》3阶矩阵的求逆运算-Matrix calculation procedures, matrix inverse to write a program to achieve N 3-order matrix inverse operation
Platform: | Size: 1024 | Author: | Hits:

[Algorithmmatrix_computation

Description: 采用一种原地不动法求解矩阵的逆,不仅节省计算时的存储容量,且计算收敛速度快!-Fixed in situ using a matrix inverse method, not only saves the calculation of storage capacity, and fast convergence calculation!
Platform: | Size: 1024 | Author: chenzuo | Hits:

[Algorithmjuzhenjishuan

Description: VC++ 写的一个矩阵计算器程序,带有源码和详细的分析报告,可以直接作为课程设计报告 阐述了选择矩阵计算器程序的理由和要完成的目标,分析了本程序要实现的各项功能,给出了程序的流程图;分析了求矩阵的逆,矩阵的秩,和求行列式的值的算法;说明了测试程序的方案,就测试中遇到的问题给出了相应的解决方法;-VC++ Written in a matrix calculator program with source code and detailed analysis of the report can be directly as a curriculum design report addresses the selection matrix calculator program rationale and objectives to be completed, analysis of the procedures to be achieved various functions, given the flow chart of procedures an analysis of the inverse matrix, rank of matrix, and for the value of the determinant algorithm describes testing procedures, for testing problems encountered in the corresponding solutions
Platform: | Size: 66560 | Author: zhx | Hits:

[Mathimatics-Numerical algorithmsginv

Description: 利用奇异值分解求一般m*n阶实矩阵的广义逆矩阵。-The use of singular value decomposition for a general m* n-order real matrix of the generalized inverse matrix.
Platform: | Size: 1024 | Author: Ming Zhao | Hits:

[Othermatrix

Description: 用c++的一个矩阵类,可以计算加减乘除,逆-With c++ Of a matrix type, can calculate the multiplication and division addition and subtraction, inverse
Platform: | Size: 638976 | Author: | Hits:

[Special Effectsdjpeg

Description: 实现jpeg图像解码功能。 代码设计思路:1, Reconstruct the Huffman/RLE stream to a sequence 2, Arrange the sequence to a matrix using the zigzag scanning backwards 3, Multiply the matrix by quantization table 􀂄 4, Perform inverse DCT 5, Shift the values by +128 6, Transform back to RGB color space -Realize jpeg image decoding capabilities. Code design: 1, Reconstruct the Huffman/RLE stream to a sequence2, Arrange the sequence to a matrix using the zigzag scanning backwards3, Multiply the matrix by quantization table
Platform: | Size: 186368 | Author: 颜新卉 | Hits:

[Special Effectsmatrix

Description: 应用vc++编辑矩阵的各种运算,矩阵的加法,矩阵的乘法,矩阵的转置,求逆-Application vc++ Edit a variety of matrix operations, matrix addition, matrix multiplication, matrix transpose, inverse
Platform: | Size: 232448 | Author: zhaozhao | Hits:

[Algorithmgauss_jordan

Description: 采用全选主元的高斯—若当方法求矩阵的逆矩阵,矩阵阶数不限但要非奇异,只需在主函数中给出阶数和矩阵各元素即可-Select All PCA using the Gauss- Jordan method for matrix inverse matrix, the matrix order but are not limited to non-singular, just in the main function in the given order and matrix elements can
Platform: | Size: 2048 | Author: 余坤 | Hits:

[Algorithmmatrix

Description: 实现矩阵加、减、乘和求逆的C++程序,本人已经调试过,运行良好!-Realize matrix add, subtract, multiply and inverse the C++ Procedures, I have been debugging, and running well!
Platform: | Size: 278528 | Author: 刘小 | Hits:

[Algorithmreverse_matrix

Description: 这是矩阵求逆的程序。当你输入矩阵时会有逆矩阵输出。-This is the matrix inversion procedure. When you enter the matrix inverse matrix will be output.
Platform: | Size: 4096 | Author: 顾一新 | Hits:

[Algorithmmatrix

Description: 矩阵的运算。建立了一个矩阵运算的模板类,可进行矩阵的相加、相减、相乘、转置、求逆等运算。-Matrix arithmetic. The establishment of a matrix calculation of template classes, can be combined matrix, subtract, multiply, transpose, inverse, such as computing.
Platform: | Size: 12288 | Author: fanxiang | Hits:

[Data structsrevers-matrix

Description: 一个朋友编的C语言通用广义逆矩阵求解算法,值得一看-A friend of mine made the C language universal generalized inverse matrix algorithm, see
Platform: | Size: 1024 | Author: 田广和 | Hits:

[CSharpqnys

Description: 该程序将实现矩阵的求逆运算 请大家多多指教-The program will achieve matrix inverse operation exhibitions please
Platform: | Size: 1024 | Author: 李伟 | Hits:

[Windows DevelopMatrix

Description: 用VC++实现代数矩阵中求解矩阵的逆,矩阵的阶数可以是任意,只要改变全局变量即可-Using VC++ realization of matrix algebra to solve the inverse matrix, the order of the matrix can be arbitrary, as long as the change in global variable can be
Platform: | Size: 612352 | Author: 李兴泽 | Hits:

[Algorithmiml

Description: IML package provides efficient routines to solve nonsingular systems of linear equations, certified solve any shape systems of linear equations, and perform mod p matrix operations, such as computing row-echelon form, determinant, rank profile, inverse of a mod p matrix.
Platform: | Size: 411648 | Author: nibber | Hits:

[Algorithmnni

Description: 计算n阶矩阵的逆矩阵的函数,输入表示矩阵的指针和阶数,然后计算输出逆矩阵的指针,附带矩阵乘法检测结果-Calculation of n-order matrix inverse matrix function, enter the matrix express the pointer and order, and then calculating the inverse matrix of output indicators, with matrix multiplication test results
Platform: | Size: 1024 | Author: wangwei | Hits:
« 1 2 3 4 5 6 78 9 10 11 12 ... 42 »

CodeBus www.codebus.net